Skip to content

Commit ef8675a

Browse files
committed
Make sure some cloud.css values take precedence of style.css
1 parent 7754a32 commit ef8675a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web/docs/_static/cloud.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ div.relbar-top {
4242
background-color: #e0e0e0;
4343
}
4444

45+
4546
div.related {
4647
width: 100%;
4748
background: var(--color-bg-inv-2);
@@ -62,7 +63,7 @@ div.related a {
6263
padding: 0.3em 0.6em;
6364

6465
font-weight: bold;
65-
color: var(--color-fg-inv);
66+
color: var(--color-fg-inv) !important;
6667
border: 1px solid transparent;
6768
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
6869
}
@@ -162,7 +163,7 @@ div.sphinxsidebar ul {
162163
}
163164

164165
div.sphinxsidebar a {
165-
color: var(--color-fg-norm-2);
166+
color: var(--color-fg-norm-2) !important;
166167
border: 1px solid transparent;
167168
border-width: 1px 0;
168169
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);

0 commit comments

Comments
 (0)