Skip to content

Commit 3436488

Browse files
rahafjrwdaveverwer
authored andcommitted
color title + icon + quotation line to match github styling
1 parent b06d563 commit 3436488

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

FrontEnd/styles/readme.scss

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,40 @@
9191
margin: 20px 0;
9292
}
9393

94+
.markdown-alert-note {
95+
color: var(--mid-blue);
96+
}
97+
98+
.markdown-alert-tip {
99+
color: var(--dark-green);
100+
}
101+
102+
.markdown-alert-important {
103+
color: var(--mid-purple);
104+
}
105+
106+
.markdown-alert-warning {
107+
color: var(--yellow);
108+
}
109+
110+
.markdown-alert-caution {
111+
color: var(--mid-red);
112+
}
113+
94114
.markdown-alert {
95115
padding-left: 15px;
96-
border-left: solid black;
116+
fill: currentColor;
117+
border-left: solid currentColor;
97118
}
98119

99120
.markdown-alert-title {
100121
font-weight: 500;
101122
}
102123

124+
.markdown-alert p:nth-child(2) {
125+
color: black;
126+
}
127+
103128
.markdown-alert-title svg {
104129
margin-right: 10px;
105130
transform: translateY(3px);

0 commit comments

Comments
 (0)