mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
12 lines
95 B
SCSS
12 lines
95 B
SCSS
|
|
---
|
||
|
|
---
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: #111;
|
||
|
|
color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
video {
|
||
|
|
max-width: 100%;
|
||
|
|
}
|