mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 10:45:12 +02:00
feat: Added animated sidebar / navigation
This commit is contained in:
10
src/app.css
10
src/app.css
@@ -22,8 +22,8 @@ a {
|
||||
@apply outline-none outline-0 focus-visible:border-2 border-[#f0cd6dc2];
|
||||
}
|
||||
|
||||
.selectable:focus-visible, .selectable:focus {
|
||||
outline-style: solid;
|
||||
.selectable:focus, .selectable:focus-within {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.peer-selectable {
|
||||
@@ -33,3 +33,9 @@ a {
|
||||
.selectable-explicit {
|
||||
@apply focus-within:outline outline-2 outline-[#f0cd6dc2] outline-offset-2;
|
||||
}
|
||||
|
||||
@media tv {
|
||||
html {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user