This commit is contained in:
parent
2661ed9f90
commit
3777248ae0
@ -25,6 +25,7 @@ smart_punctuation = true
|
||||
styles = [
|
||||
"custom.css"
|
||||
]
|
||||
|
||||
accent_color = "#6E7DFB"
|
||||
accent_color_dark = "#6E7DFB"
|
||||
issues_url = "https://git.aparoksha.dev/david-swift/david.aparoksha.dev/issues"
|
||||
|
||||
@ -9,7 +9,7 @@ sort_by = "weight"
|
||||
I'm David, a GNOME 👣 user enjoying the Swift programming language.
|
||||
|
||||
<div class="buttons" style="margin-top: 0px;">
|
||||
<a href="https://mastodon.de/@david_swift">Find Me on the Fediverse</a>
|
||||
<a href="https://mastodon.de/@david_swift">Find me on the Fediverse</a>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
@ -1,46 +1,3 @@
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: bold;
|
||||
font-family: var(--font-system-ui)
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 900;
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
padding: 5px;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.row::after {
|
||||
content: "";
|
||||
clear: both;
|
||||
display: table;
|
||||
body {
|
||||
background-color: color-mix(in hsl, var(--bg-color), #6E7DFB55);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user