mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-18 14:49:16 +00:00
fix: logo
This commit is contained in:
parent
e709564a44
commit
c0b5306b76
|
@ -39,7 +39,7 @@
|
|||
|
||||
svg {
|
||||
display: inline-block;
|
||||
margin: 0 10px;
|
||||
margin: 0 2rem;
|
||||
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 {
|
||||
color: lightgray;
|
||||
}
|
||||
}
|
||||
|
||||
#sp-logo-text {
|
||||
fill: $white
|
||||
}
|
||||
|
||||
#sp-logo-icon {
|
||||
fill: $gray
|
||||
}
|
||||
|
||||
#sp-logo-keyhole {
|
||||
fill: $yellow
|
||||
}
|
Loading…
Reference in a new issue