update styles

This commit is contained in:
Taly 2018-07-10 13:49:54 +03:00
commit e17ccbf21c
No known key found for this signature in database
GPG key ID: F8569511A387BDFB

View file

@ -1,3 +1,11 @@
/*.marked {*/
/*background: yellowgreen;*/
/*}*/
.marked {
background: yellowgreen;
font-family: 'monospace', 'monaco', 'consolas', 'courier';
background-color: rgba(255, 97, 106, 0.2);
border: 1px solid rgba(255, 98, 86, 0.49);
padding: 0px 3px;
border-radius: 3px;
}