Skip to content

Commit dde42f0

Browse files
committed
Merge updated styling from 'dev'
2 parents de55fb5 + 023c5eb commit dde42f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/Footer.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { noMarginTop = false } = Astro.props;
1616
<div class="footer-wrapper">
1717
<Socials centered />
1818
<div class="copyright-wrapper">
19-
<p xmlns:cc="http://creativecommons.org/ns#" >Content © { currentYear } by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://wrongsyntax.dev">Uzair Tariq</a> is licensed under <a href="http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0</a></p>
19+
<p>Content (c) { currentYear } by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://wrongsyntax.dev"><u>Uzair Tariq</u></a> is licensed under <a href="http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"><u>CC BY 4.0</u></a></p>
2020
</div>
2121
<div class="copyright-wrapper">
2222
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">

src/layouts/Layout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const socialImageURL = new URL(
8585

8686
<script is:inline src="/toggle-theme.js"></script>
8787
</head>
88-
<body>
88+
<body style="height: 100%;background-size: 30px 30px;background-image: radial-gradient(circle, #c3c3c319 1px, rgba(0, 0, 0, 0) 1px);">
8989
<slot />
9090
</body>
9191
</html>

src/styles/base.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
html[data-theme="dark"] {
1616
--color-fill: 30, 33, 38;
17-
--color-text-base: 234, 237, 243;
17+
--color-text-base: 195, 195, 195;
1818
--color-accent: 17, 174, 145;
1919
--color-card: 52, 63, 96;
2020
--color-card-muted: 138, 51, 2;

0 commit comments

Comments
 (0)