Tweak bypass block styling

This commit is contained in:
riverbl 2023-07-26 20:46:37 +01:00
parent b28b137529
commit 7d70191e7a
1 changed files with 2 additions and 0 deletions

View File

@ -550,6 +550,8 @@ a.bypass-block {
left: 2rem; left: 2rem;
clip-path: inset(50%); clip-path: inset(50%);
font-size: 1.2em; font-size: 1.2em;
text-decoration: none;
color: var(--sidebar-active);
background-color: var(--theme-popup-bg); background-color: var(--theme-popup-bg);
border-radius: 4px; border-radius: 4px;
border: solid 1px var(--theme-popup-border); border: solid 1px var(--theme-popup-border);