blob: ba6af5c76c889dc352ccf8c9f717be5fe259a5a4 (
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.4);
}
|