diff options
| author | 2022-02-05 10:58:57 +0100 | |
|---|---|---|
| committer | 2022-02-05 10:58:57 +0100 | |
| commit | 4d5f3a20c0fee4f4fde160cc3a811289429795e1 (patch) | |
| tree | 30fe62df887cdac1b476c6575f3ed7c67f479631 /p/themes/Pafat | |
| parent | be9c06fd5c1bfed8e0147c938b96e4876df98133 (diff) | |
Improve: new article banner (#4037)
* fix Origine theme padding
* Fix all themes
* Update swage.scss
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 5 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 10a0838e0..d8fc4f05e 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -745,10 +745,6 @@ a.signin { font-size: 0.9em; } -#new-article:hover { - background: #3276b1; -} - #new-article > a { line-height: 3em; color: #fff; @@ -757,6 +753,7 @@ a.signin { #new-article > a:hover { text-decoration: none; + background: #3276b1; } /*=== Day indication */ diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 7f20c4265..877fc5f35 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -745,10 +745,6 @@ a.signin { font-size: 0.9em; } -#new-article:hover { - background: #3276b1; -} - #new-article > a { line-height: 3em; color: #fff; @@ -757,6 +753,7 @@ a.signin { #new-article > a:hover { text-decoration: none; + background: #3276b1; } /*=== Day indication */ |
