aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/frss.rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
-rw-r--r--p/themes/base-theme/frss.rtl.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 073306ca5..5684501c3 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1670,13 +1670,17 @@ a.website:hover .favicon {
z-index: 50;
}
-#nav_entries .item {
+#nav_entries button {
+ background-color: transparent;
display: table-cell;
- width: 30%;
+ width: 33.3%;
+ height: 3rem;
+ border: 0;
+ cursor: pointer;
}
-#nav_entries a {
- display: block;
+#nav_entries button:hover {
+ background-color: var(--frss-darken-background-hover-transparent);
}
/*=== "Load" parts */