1
mirror of https://github.com/jakejarvis/synonyms-for-awesome.git synced 2025-04-26 06:25:22 -04:00

awesomer CSS

This commit is contained in:
Jake Jarvis 2014-06-28 12:28:44 -04:00
parent a4f1039f51
commit 8a540c1854

View File

@ -5,6 +5,10 @@ html, body {
height: 100%;
background-color: #414ef8;
color: #fff;
/* disable text highlight */
-moz-user-select: none;
-webkit-user-select: none;
cursor: default;
}
@media (min-width: 300px) {