mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-15 13:26:37 +00:00
fix: logo
This commit is contained in:
parent
e709564a44
commit
c0b5306b76
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 10px;
|
margin: 0 2rem;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 6.8 KiB |
|
@ -191,4 +191,16 @@ a, a.btn-link {
|
||||||
& > i {
|
& > i {
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#sp-logo-text {
|
||||||
|
fill: $white
|
||||||
|
}
|
||||||
|
|
||||||
|
#sp-logo-icon {
|
||||||
|
fill: $gray
|
||||||
|
}
|
||||||
|
|
||||||
|
#sp-logo-keyhole {
|
||||||
|
fill: $yellow
|
||||||
}
|
}
|
Loading…
Reference in a new issue