Added !clear command
This commit is contained in:
parent
df18b4d783
commit
f8efe5b99e
6 changed files with 79 additions and 14 deletions
|
|
@ -70,11 +70,16 @@ a{
|
|||
color: var(--accent0);
|
||||
}
|
||||
|
||||
a:hover{
|
||||
a:hover, i:hover{
|
||||
color: var(--focus0-alt0);
|
||||
text-shadow: var(--focus-glow0);
|
||||
}
|
||||
|
||||
a:active, i:active{
|
||||
color: var(--focus0-alt1);
|
||||
box-shadow: var(--focus-glow0-alt0);
|
||||
}
|
||||
|
||||
select{
|
||||
background-color: var(--bg2);
|
||||
border-radius: 0.5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue