diff options
| author | 2014-01-13 23:31:07 +0100 | |
|---|---|---|
| committer | 2014-01-13 23:31:07 +0100 | |
| commit | fd26178d7ca8ef3258d15ca95d43af143b4cd440 (patch) | |
| tree | c7dc526f7f46659721e6aeda55b562a60604d82b /p/themes/Dark | |
| parent | 693cd17cb8b26687fe46788033db49654310405a (diff) | |
Lien pour ajouter des flux quand FreshRSS est vide
https://github.com/marienfressinaud/FreshRSS/issues/355
+ Correction bug cache thèmes du précédant patch
Diffstat (limited to 'p/themes/Dark')
| -rw-r--r-- | p/themes/Dark/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/p/themes/Dark/global.css b/p/themes/Dark/global.css index 04eb723f1..c76e3b1ba 100644 --- a/p/themes/Dark/global.css +++ b/p/themes/Dark/global.css @@ -464,6 +464,10 @@ input, select, textarea { font-weight: bold; font-size: 110%; } + .alert > a { + color: inherit; + text-decoration: underline; + } .alert-warn { border: 1px solid #c95; color: #c95; |
