This commit is contained in:
parent
2f9d829ea4
commit
2c5117e752
2 changed files with 9 additions and 16 deletions
|
|
@ -727,6 +727,15 @@ buttons-container {
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
color: light-dark(var(--foreground), var(--background));
|
color: light-dark(var(--foreground), var(--background));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[tor] {
|
||||||
|
--accent: #9743be;
|
||||||
|
&:hover { color: light-dark(var(--background), var(--foreground)); }
|
||||||
|
}
|
||||||
|
|
||||||
|
&[yggdrasil] {
|
||||||
|
--accent: #26bb8c;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
radio-button-group {
|
radio-button-group {
|
||||||
|
|
|
||||||
|
|
@ -89,20 +89,4 @@ article#services {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
a[tor] {
|
|
||||||
background-color: #4c285d;
|
|
||||||
}
|
|
||||||
|
|
||||||
a[tor]:hover {
|
|
||||||
background-color: #aa61cc;
|
|
||||||
}
|
|
||||||
|
|
||||||
a[yggdrasil] {
|
|
||||||
background-color: #1b795b;
|
|
||||||
}
|
|
||||||
|
|
||||||
a[yggdrasil]:hover {
|
|
||||||
background-color: #50e2aa;
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue