add logo
This commit is contained in:
+12
-9
@@ -31,8 +31,18 @@ header {
|
||||
|
||||
header #title {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 2px;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
background: linear-gradient(90deg, var(--accent), var(--admin));
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
#title img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
@@ -134,13 +144,6 @@ ul.post-list {
|
||||
color: var(--time);
|
||||
}
|
||||
|
||||
#title {
|
||||
background: linear-gradient(90deg, var(--accent), var(--admin));
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.attachments {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
|
||||
Reference in New Issue
Block a user