blob: f62055923283f2c78772108e930454c6222f539b (
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: Rosé Pine
* author: Emilia Dunfelt <edun@dunfelt.se>
* slug: rose-pine
* slug-underscored: rose_pine
* system: base16
* variant: dark
* is-dark-variant: true
*
*/
window {
background-color: #191724;
border-color: #c4a7e7;
}
button,
image {
color: #908caa;
}
button:hover {
background-color: rgba(82, 79, 103, 0.15);
}
|