blob: 3df17d5d416b5dd2d7945a93109e61780eb5ecac (
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: Pasque
* author: Gabriel Fontes (https://github.com/Misterio77)
* slug: pasque
* slug-underscored: pasque
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #271C3A;
border-color: #8E7DC6;
}
button,
image {
color: #BEBCBF;
}
button:hover {
background-color: rgba(187, 170, 221, 0.15);
}
|