blob: 5163923fc397e1e4f401554c8cdd078082aaf365 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
*
* name: UwUnicorn
* author: Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77)
* slug: uwunicorn
* slug-underscored: uwunicorn
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #241b26;
border-color: #6a9eb5;
}
button,
image {
color: #7e5f83;
}
button:hover {
background-color: rgba(228, 204, 208, 0.4);
}
|