mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
Update L+F, add roadmap
This commit is contained in:
parent
a24059001c
commit
f029cecfe4
5 changed files with 271 additions and 40 deletions
|
|
@ -2,10 +2,32 @@
|
|||
---
|
||||
|
||||
body {
|
||||
background-color: #111;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.table-success {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.table-danger {
|
||||
background-color: darken(red, 10);
|
||||
}
|
||||
|
||||
nav {
|
||||
background: black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue