diff --git a/resources/public/js/themes.js b/resources/public/js/themes.js index 908c65b..3529a66 100644 --- a/resources/public/js/themes.js +++ b/resources/public/js/themes.js @@ -39,7 +39,7 @@ var themes = { }, foreground: { normal: '#93a1a1', - halftone: '#eee8d5' + halftone: '#839191' }, link: { fresh: '#cb4b16', diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index 6cfaec8..842b16d 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -198,6 +198,7 @@ th { td { border-top: 1px dotted @foreground_halftone; padding: 0.3em; + line-height: 2.5em; } .middot { padding: 0.5em;