Skip to content

Commit a00f8f5

Browse files
committed
Fix css
1 parent 40f8acb commit a00f8f5

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

css/custom.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,27 @@
6565
stroke: var(--accent);
6666
}
6767

68+
/* -------------------- Alerts --------------------*/
69+
70+
.alert.callout {
71+
border: 1px solid var(--borderColor) !important;
72+
border-left-width: .25rem!important;
73+
74+
background: var(--background)!important;
75+
border:3px;
76+
}
77+
78+
/* -------------------- Code Copy --------------------*/
79+
.docsify-copy-code-button {
80+
background: var(--highlightColor)!important;
81+
}
82+
83+
/* -------------------- Article --------------------*/
84+
85+
article {
86+
padding-top: 120px!important;
87+
}
88+
6889
/* ----------------- Edit on Github -----------------*/
6990

7091
.github-corner .octo-body,.octo-arm {

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>seashell</h3>
8181
codeBackgroudColor : '#0e2233',
8282
borderColor : '#444444',
8383
blockQuoteColour : '#858585',
84-
highlightColor : '#d22778',
84+
highlightColor : '#00a1ff',
8585
sidebarSublink : '#b4b4b4',
8686
codeTypeColor : '#ffffff',
8787
coverBackground : '#091a28',
@@ -96,7 +96,7 @@ <h3>seashell</h3>
9696
codeBackgroudColor : '#ededed',
9797
borderColor : 'rgba(0, 0, 0, 0.07)',
9898
blockQuoteColor : '#858585',
99-
highlightColor : '#fa9a00',
99+
highlightColor : '#00a1ff',
100100
sidebarSublink : '#b4b4b4',
101101
codeTypeColor : '#091a28',
102102
coverBackground : '#ffffff',

0 commit comments

Comments
 (0)