1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 16:50:18 -04:00

Remove outlines from selectable elements

This commit is contained in:
Kevin MacMartin 2015-09-11 17:33:33 -04:00
parent 096e70b371
commit 61ca7022fb

View file

@ -22,6 +22,10 @@ body {
color: @c_text;
}
* {
outline: none !important;
}
body.index {
.container {
.content {