mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge base.scss into global.scss
This commit is contained in:
parent
b6d61cd0da
commit
0ce641e363
1 changed files with 6 additions and 2 deletions
|
@ -22,11 +22,15 @@ body {
|
|||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #D6EDFF;
|
||||
color: $darkgrey;
|
||||
background: lighten($blue, 20%);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #D6EDFF;
|
||||
color: $darkgrey;
|
||||
background: lighten($blue, 20%);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
h1, h2, h3,
|
||||
|
|
Loading…
Add table
Reference in a new issue