Skip to content

Commit e0eef6e

Browse files
committed
fix(styles): Update brand styles.
1 parent 4df3b58 commit e0eef6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/plugin-styles.txt.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
text-transform: uppercase;
105105
letter-spacing: 0.06em;
106106
font-weight: 600;
107-
color: var(--site-name-color);
108107
font-size: var(--site-name-size);
109108
font-weight: var(--site-name-weight);
110109
z-index: 1;
@@ -114,6 +113,9 @@
114113
display: flex;
115114
justify-content: flex-start;
116115
align-items: center;
116+
background: #fff;
117+
border-radius: 12px;
118+
padding: 8px 12px;
117119
}
118120
.sidebar-section-header-brand > span {
119121
display: block;
@@ -126,6 +128,7 @@
126128
height: 24px;
127129
object-fit: contain;
128130
}
131+
129132
.theme-light .sidebar-section-header-brand-logo {
130133
/* filter: invert(1); */
131134
}

0 commit comments

Comments
 (0)