diff options
author | Choom | 2022-12-13 03:13:00 -0300 |
---|---|---|
committer | Choom | 2022-12-13 04:01:36 -0300 |
commit | ffd2b09b25c61b285169557b93277e7c1476cd4f (patch) | |
tree | d9c33a81b834f60f8d368cbec9f78413d8b387c6 /static/css/buri.css | |
parent | dee4796015e4df0900615bedcd78b03a92b140c2 (diff) | |
download | weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.gz weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.tar.xz weabot-ffd2b09b25c61b285169557b93277e7c1476cd4f.zip |
Barra superior para móviles
Barra superior para móviles
Barra superior para móviles
Diffstat (limited to 'static/css/buri.css')
-rw-r--r-- | static/css/buri.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/buri.css b/static/css/buri.css index 02df6c4..95927f6 100644 --- a/static/css/buri.css +++ b/static/css/buri.css @@ -81,3 +81,6 @@ a:hover .name b, border-color: #eef2ff; color: #707070; } +#main_nav.mob { + background: inherit; +} |