Skip to content

Commit 7df13e9

Browse files
committed
Table recoloring
1 parent a198d30 commit 7df13e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ section {
134134
padding-top: 100px;
135135
}
136136

137+
.table th {
138+
background: var(--button-primary-color);
139+
color: var(--white);
140+
}
141+
142+
143+
137144
body::-webkit-scrollbar {
138145
display: none;
139146
}

0 commit comments

Comments
 (0)