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

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,