Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 4f58c4e

Browse files
committed
Add Windows 98’s title bar gradient, have solid-color 95 option.
1 parent 53e832c commit 4f58c4e

File tree

2 files changed

+631
-5
lines changed

2 files changed

+631
-5
lines changed

GitHubWindows.user.css renamed to GitHubWindows_95.user.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--color-window: rgb(255, 255, 255);
2121
--color-active-caption-text: rgb(255, 255, 255);
2222
--color-active-caption: rgb(0, 0, 128);
23+
--color-active-caption-gradient: rgb(0, 0, 128);
2324
--color-info-background: rgb(255, 255, 192);
2425
--color-highlight-text: rgb(255, 255, 255);
2526
--color-highlight: rgb(0, 0, 128);
@@ -84,7 +85,7 @@
8485

8586
body {
8687
background: var(--color-button-face) !important;
87-
font: 12px/1.2 MS Sans Serif, MS Reference Sans Serif !important;
88+
font: 12px/1.2 MS Sans Serif, MS Reference Sans Serif, Liberation Sans, sans-serif !important;
8889
}
8990
a {
9091
color: var(--color-link);
@@ -99,7 +100,7 @@
99100
}
100101

101102
.markdown-body {
102-
font: 14px/1.5 MS Sans Serif, MS Reference Sans Serif !important;
103+
font: 14px/1.5 MS Sans Serif, MS Reference Sans Serif, Liberation Sans, sans-serif !important;
103104
}
104105
.markdown-body pre,
105106
.markdown-body .highlight pre,
@@ -108,7 +109,7 @@
108109
}
109110

110111
.Header {
111-
background: var(--color-active-caption) !important;
112+
background: linear-gradient(to right, var(--color-active-caption), var(--color-active-caption-gradient)) !important;
112113
font: inherit !important;
113114
}
114115
.HeaderNavlink {
@@ -393,7 +394,7 @@
393394
}
394395

395396
.select-menu-header {
396-
background: var(--color-active-caption) !important;
397+
background: linear-gradient(to right, var(--color-active-caption), var(--color-active-caption-gradient)) !important;
397398
padding: 4px 6px !important;
398399
}
399400
.select-menu-title {
@@ -621,4 +622,4 @@
621622
.octicon-graph { background: var(--image-graph) !important; }
622623
.octicon-gear { background: var(--image-config) !important; }
623624
.octicon-repo { background: var(--image-folder-documents) !important; }
624-
}
625+
}

0 commit comments

Comments
 (0)