kodama2 theme: add forum-action styling (FORUM_CSS no longer provides colors)
This commit is contained in:
parent
8f1d07a768
commit
5fda14cb8f
1 changed files with 6 additions and 0 deletions
|
|
@ -328,6 +328,12 @@
|
||||||
|
|
||||||
label { color: #5a7880; }
|
label { color: #5a7880; }
|
||||||
input[type="checkbox"] { accent-color: #3a6858; }
|
input[type="checkbox"] { accent-color: #3a6858; }
|
||||||
|
a.forum-action, a.forum-action-inline {
|
||||||
|
color: #5a7880; border: 1px solid rgba(40, 70, 65, 0.3); border-radius: 4px; padding: 6px 12px;
|
||||||
|
transition: background 0.2s, color 0.2s; font-size: 0.85rem;
|
||||||
|
}
|
||||||
|
a.forum-action:hover, a.forum-action-inline:hover { color: #90b4ac; background: rgba(10, 22, 25, 0.6); }
|
||||||
|
a.forum-action-inline { padding: 2px 6px; border: none; }
|
||||||
hr { border: none; border-top: 1px solid rgba(30, 55, 50, 0.3); margin: 1rem 0; }
|
hr { border: none; border-top: 1px solid rgba(30, 55, 50, 0.3); margin: 1rem 0; }
|
||||||
|
|
||||||
small {
|
small {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue