1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

fix logs on white theme

This commit is contained in:
antelle 2016-08-13 17:12:37 +03:00
parent 94acc1850b
commit ab3eaf00a4

View File

@ -120,8 +120,8 @@
&-log {
margin: 0;
white-space: pre-wrap;
&--debug { color: $white; opacity: .8; }
&--info { color: $white; }
&--debug { opacity: .8; }
&--info { }
&--warn { color: $yellow; }
&--error { color: $red; }
}