Refactor styles.

This commit is contained in:
Lars Jung 2015-04-26 00:33:36 +02:00
parent ebcf431363
commit b7a77797f6
33 changed files with 204 additions and 244 deletions

View file

@ -0,0 +1,12 @@
html {
min-height: 100%;
overflow: auto;
}
::-moz-selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
::selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
*:focus {
// outline: 1px solid @col-pink-a200;
outline: none;
}