Skip to content

Commit afd3757

Browse files
committed
Trivial CSS cleanup.
1 parent 3436488 commit afd3757

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

FrontEnd/styles/readme.scss

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,25 @@
9191
margin: 20px 0;
9292
}
9393

94+
.markdown-alert {
95+
padding-left: 15px;
96+
fill: currentColor;
97+
border-left: solid;
98+
}
99+
100+
.markdown-alert-title {
101+
font-weight: 500;
102+
}
103+
104+
.markdown-alert p:nth-child(2) {
105+
color: black;
106+
}
107+
108+
.markdown-alert-title svg {
109+
margin-right: 10px;
110+
transform: translateY(3px);
111+
}
112+
94113
.markdown-alert-note {
95114
color: var(--mid-blue);
96115
}
@@ -110,25 +129,6 @@
110129
.markdown-alert-caution {
111130
color: var(--mid-red);
112131
}
113-
114-
.markdown-alert {
115-
padding-left: 15px;
116-
fill: currentColor;
117-
border-left: solid currentColor;
118-
}
119-
120-
.markdown-alert-title {
121-
font-weight: 500;
122-
}
123-
124-
.markdown-alert p:nth-child(2) {
125-
color: black;
126-
}
127-
128-
.markdown-alert-title svg {
129-
margin-right: 10px;
130-
transform: translateY(3px);
131-
}
132132
}
133133

134134
g-emoji {

0 commit comments

Comments
 (0)