We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a6459 commit 2902e39Copy full SHA for 2902e39
LinkDotNet.Blog.Web/Pages/Index.razor.css
@@ -1,6 +1,5 @@
1
.blogpost-cards {
2
- /* TODO: Do not use the color directly, this will interfere with dark mode */
3
- background-color: var(--big-stone);
+ background-color: var(--blog-post-background-color);
4
margin: 1rem auto 1.6%;
5
}
6
LinkDotNet.Blog.Web/wwwroot/css/basic.css
@@ -12,7 +12,7 @@
12
--white: #ffffff;
13
--wild-sand: #f4f4f4;
14
15
- /* Usages */
+ /* Usages - this colors have to be defined in every theme */
16
--active-link: var(--big-stone);
17
--disabled-link: var(--pewter);
18
--link-hover: var(--tana);
@@ -37,6 +37,8 @@
37
--button-secondary-color: var(--big-stone);
38
--button-secondary-border-color: var(--big-stone);
39
40
+ --blog-post-background-color: var(--big-stone);
41
+
42
43
44
0 commit comments