Skip to content

Commit 0536730

Browse files
committed
Revert "Removed unused css"
This reverts commit b8acd36.
1 parent 5d0c074 commit 0536730

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
--active-link: var(--big-stone);
2323
--disabled-link: var(--pewter);
2424
--link-hover: var(--tana);
25+
--active-link-inverted: var(--ceramic);
26+
--link-hover-inverted: var(--tana);
2527

2628
--header1: var(--william);
29+
--header1-inverted: var(--ceramic);
2730
--header2: var(--pewter);
2831
--text-color: var(--big-stone);
32+
--text-color-inverted: var(--ceramic);
2933

3034
--navbar-background: #f4f4f4d0;
3135

@@ -79,6 +83,23 @@ a:hover {
7983
color: var(--disabled-link) !important;
8084
}
8185

86+
.inverted-colors a {
87+
font-weight: 400;
88+
color: var(--active-link-inverted) !important;
89+
}
90+
91+
.inverted-colors a:hover {
92+
color: var(--link-hover-inverted) !important;
93+
}
94+
95+
.inverted-colors p {
96+
color: var(--text-color-inverted) !important;
97+
}
98+
99+
.inverted-colors button {
100+
color: var(--white) !important;
101+
}
102+
82103
h1 {
83104
color: var(--header1);
84105
}

src/LinkDotNet.Blog.Web/wwwroot/css/bundle.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)