Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit b0b3507

Browse files
authored
Merge pull request #3 from networkException/patch-1
Minor style tweaks
2 parents b3847e3 + 8bdd11c commit b0b3507

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/stylesheets/dark-theme.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,15 @@ a footnote-ref::before {
100100
transition-duration: 0.25s, 0.25s;
101101
transition-timing-function: ease, ease;
102102
transition-delay: 0s, 0s;
103-
color: rgba(240,240,240,.07);
103+
color: #FF7A04; //Copy button was not properly visible, adjusted color
104104
content: "\E14D";
105105
}
106106

107+
.md-clipboard__message {
108+
color: #FF7A04; //Toolip text was not properly visible, adjusted color
109+
background: rgba(0, 0, 0, .7);
110+
}
111+
107112
.md-typeset .superfences-tabs {
108113
background-color: $background_color2;
109114
}
@@ -114,4 +119,4 @@ div.superfences-content pre {
114119

115120
@media only screen and (max-width: 76.1875em) {
116121

117-
}
122+
}

0 commit comments

Comments
 (0)