mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
revert aa2adcc4ff
Some checks failed
/ test-build (push) Has been cancelled
Some checks failed
/ test-build (push) Has been cancelled
revert Set radius global vars
This commit is contained in:
parent
2e059f0c66
commit
3c5dfd063b
1 changed files with 6 additions and 21 deletions
|
@ -1,14 +1,10 @@
|
|||
@charset "utf-8";
|
||||
|
||||
:root {
|
||||
--radius-xs: 10px;
|
||||
--radius-sm: 10px;
|
||||
--radius: 10px;
|
||||
--radius-md: 10px;
|
||||
--radius-lg: 10px;
|
||||
--radius-xl: 10px;
|
||||
--radius-ellipse: 10px;
|
||||
--radius-full: 10px;
|
||||
--radius: 12px;
|
||||
--marginFull: 16px;
|
||||
--marginHalf: 10px;
|
||||
--avatarSize: 48px;
|
||||
|
||||
--margin: var(--marginFull);
|
||||
|
||||
|
@ -29,17 +25,6 @@
|
|||
//--ad: rgb(255 169 0 / 10%);
|
||||
}
|
||||
|
||||
html.radius-misskey {
|
||||
--radius-xs: 4px;
|
||||
--radius-sm: 8px;
|
||||
--radius: 12px;
|
||||
--radius-md: 16px;
|
||||
--radius-lg: 24px;
|
||||
--radius-xl: 32px;
|
||||
--radius-ellipse: 999px;
|
||||
--radius-full: 100%;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #fff;
|
||||
background-color: var(--accent);
|
||||
|
@ -601,7 +586,7 @@ hr {
|
|||
padding: 2px 3px;
|
||||
color: var(--accent);
|
||||
border: solid 1px var(--accent);
|
||||
border-radius: var(--radius-xs);
|
||||
border-radius: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -641,7 +626,7 @@ hr {
|
|||
vertical-align: bottom;
|
||||
height: 128px;
|
||||
margin-bottom: 16px;
|
||||
border-radius: var(--radius-md);
|
||||
border-radius: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue