Skip to content

Commit b80e353

Browse files
save file
1 parent 01cbc19 commit b80e353

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

libs/css/page.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
h3:has(+ h4)
5151
{margin-bottom:8px !important}
5252
h3 + h4
53-
{margin-top:5px !important}
53+
{margin-top:5px !important;color:#39f}
5454

5555
.icon
5656
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
@@ -94,9 +94,15 @@
9494
{}
9595

9696

97-
.red { color: #e33; }
98-
.green { color: #3a3; }
99-
.blue { color: #39f; }
100-
.warning { color: orange; font-weight: bold; }
101-
.note { color: #666; font-style: italic; }
97+
.red {color:#e33}
98+
.green {color:#3a3}
99+
.blue {color:#39f}
100+
.warning {color:orange;font-weight:bold}
101+
.note {color:#666;font-style:italic}
102+
103+
104+
105+
106+
107+
102108

0 commit comments

Comments
 (0)