mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 10:43:38 +00:00
bottom margin on large page
This commit is contained in:
@@ -22,20 +22,6 @@ metadata.tags?.sort();
|
||||
---
|
||||
|
||||
<style>
|
||||
a {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--ayu-blue-500);
|
||||
color: var(--ayu-blue-500);
|
||||
transition:
|
||||
color 0.1s,
|
||||
border-color 0.1s;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
a:hover {
|
||||
color: var(--ayu-blue-600);
|
||||
border-color: var(--ayu-blue-600);
|
||||
}
|
||||
|
||||
.github {
|
||||
color: var(--ayu-green-500);
|
||||
border: none;
|
||||
@@ -44,6 +30,10 @@ metadata.tags?.sort();
|
||||
color: var(--ayu-green-500);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: var(--ayu-green-500);
|
||||
}
|
||||
</style>
|
||||
|
||||
<Layout
|
||||
|
||||
Reference in New Issue
Block a user