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 e156c18 commit 7f3b1eeCopy full SHA for 7f3b1ee
assets/css/main.css
@@ -6,6 +6,7 @@
6
:root {
7
--base-bg-color: hsl(0, 0%, 100%);
8
--base-font-color: hsl(240, 10%, 21%);
9
+ --base-border-color: hsl(240, 7%, 11%);
10
--main-header-border-color: hsl(120, 20%, 84%);
11
--post-info-font-color: hsl(190, 3%, 44%);
12
/* --anchor-font-color: hsl(221, 63%, 47%); */
@@ -22,6 +23,7 @@
22
23
:root.dark {
24
--base-bg-color: hsl(240, 25%, 14%);
25
--base-font-color: hsl(0, 0%, 100%);
26
+ --base-border-color: hsl(240, 25%, 22%);
27
--post-info-font-color: hsl(193, 6%, 68%);
28
/* --anchor-font-color: hsl(261, 84%, 74%); */
29
/* --anchor-bg-color: hsl(240, 25%, 25%); */
@@ -291,6 +293,7 @@ svg .fill {
291
293
292
294
.post .thumbnail {
295
aspect-ratio: 16/9;
296
+ border: 0.15em solid var(--base-border-color);
297
}
298
299
.hr-border {
0 commit comments