0
Fork 0
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:
John O'Nolan 2014-07-30 07:43:36 +03:00
parent b6d61cd0da
commit 0ce641e363

View file

@ -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,