diff options
Diffstat (limited to 'desktop-themes/GreenLaguna/README')
-rw-r--r-- | desktop-themes/GreenLaguna/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/README b/desktop-themes/GreenLaguna/README new file mode 100644 index 00000000..e7fbd2f9 --- /dev/null +++ b/desktop-themes/GreenLaguna/README @@ -0,0 +1,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; +} |