mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Sometimes I play with hidden UIs
This commit is contained in:
parent
f5c9a79696
commit
6c5807810d
1 changed files with 9 additions and 0 deletions
|
@ -1154,6 +1154,15 @@ meter.donut:is(.danger, .explode):after {
|
|||
text-align: center;
|
||||
padding: 16px 0;
|
||||
display: block;
|
||||
color: var(--text-insignificant-color);
|
||||
}
|
||||
#tab-bar li a.is-active {
|
||||
color: var(--link-color);
|
||||
background-image: radial-gradient(
|
||||
closest-side at 50% 50%,
|
||||
var(--bg-blur-color),
|
||||
transparent 75%
|
||||
);
|
||||
}
|
||||
|
||||
/* 404 */
|
||||
|
|
Loading…
Reference in a new issue