|
@@ -1,3 +1,6 @@
|
|
|
|
|
+/* Github Code Highlighting. */
|
|
|
|
|
+@import "../../../node_modules/github-syntax-dark/lib/github-dark.css";
|
|
|
|
|
+
|
|
|
/*******************************************************************************
|
|
/*******************************************************************************
|
|
|
* *
|
|
* *
|
|
|
* Fonts *
|
|
* Fonts *
|
|
@@ -1768,6 +1771,14 @@ input:checked + .toggleSwitchSlider:before {
|
|
|
color: black;
|
|
color: black;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
|
|
+#settingsChangelogText .highlight {
|
|
|
|
|
+ background: rgba(0, 0, 0, 0.30);
|
|
|
|
|
+ user-select: initial;
|
|
|
|
|
+ padding: 5px 10px;
|
|
|
|
|
+}
|
|
|
|
|
+#settingsChangelogText .highlight pre {
|
|
|
|
|
+ margin: 0px;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* Container for the changelog button. */
|
|
/* Container for the changelog button. */
|
|
|
#settingsChangelogActions {
|
|
#settingsChangelogActions {
|