mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
add red button css
This commit is contained in:
parent
017d2b2de5
commit
bd4763a087
10
main.css
10
main.css
@ -92,6 +92,16 @@ button.grey {
|
||||
color: white;
|
||||
}
|
||||
|
||||
button.red {
|
||||
-webkit-app-region: no-drag;
|
||||
padding: 10px;
|
||||
margin: 10px 0px;
|
||||
cursor: pointer;
|
||||
border-radius: 2px;
|
||||
background-color: var(--red-accent);
|
||||
color: white;
|
||||
}
|
||||
|
||||
button {
|
||||
-webkit-app-region: no-drag;
|
||||
padding: 7px 10px 6px 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user