summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/README
blob: e7fbd2f9a47ae4a6d765944f392f288730f5855a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
There may be a minor readability issue in Epiphany. To fix it:

(1) Select "Use custom stylesheet" in "Preferences > Font & Style"; and

(2) Create '~/.config/epiphany/user-stylesheet.css' as:

select {
	border-radius: 0 !important;
	border-color: transparent !important;
}

input {
	color: #000 !important;
}