Fix name variable and fix color tag-deco

This commit is contained in:
Jesús 2021-05-25 11:29:38 -05:00
parent dda585db49
commit 27e89c1da8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -7,7 +7,7 @@
--cscroll: #0062cc; --cscroll: #0062cc;
--bscrooll: #9E9E9E; --bscrooll: #9E9E9E;
--text: #FFF; --text: #FFF;
--text-secundary: #333; --text-secondary: #333;
--h1: #FFF; --h1: #FFF;
--h2: #FFF; --h2: #FFF;
--h3: #FFF; --h3: #FFF;
@ -219,7 +219,7 @@ color: var(--text);
} }
table.list td .decoration > a { table.list td .decoration > a {
color: var(--text-secundary); color: var(--text-secondary);
} }
table.list td a.ls-dir { table.list td a.ls-dir {
@ -590,7 +590,7 @@ font-size: 80%;
color: #ccc; color: #ccc;
} }
table.list td a.branch-deco { table.list td a.branch-deco {
color: var(--text-secundary); color: var(--text-secondary);
} }
.decoration a.branch-deco { .decoration a.branch-deco {
color: #444; color: #444;
@ -605,7 +605,7 @@ background-color: #00ff00;
border: solid 1px #00ff00; border: solid 1px #00ff00;
} }
table.list td a.tag-deco { table.list td a.tag-deco {
color: var(--text); color: var(--text-secondary);
} }
a.tag-annotated-deco { a.tag-annotated-deco {
margin: 0px 0.5em; margin: 0px 0.5em;