+8
site/index.html
+8
site/index.html
+14
site/style.css
+14
site/style.css
···
77
text-decoration: none;
78
}
79
80
+
.header-link {
81
+
margin-left: auto;
82
+
padding: 8px 10px;
83
+
border-radius: 10px;
84
+
border: 1px solid var(--border);
85
+
color: var(--text);
86
+
opacity: 0.9;
87
+
}
88
+
.header-link:hover {
89
+
background: color-mix(in srgb, var(--codebg) 70%, transparent);
90
+
text-decoration: none;
91
+
opacity: 1;
92
+
}
93
+
94
.layout {
95
display: grid;
96
grid-template-columns: 280px 1fr;