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