We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df3b58 commit e0eef6eCopy full SHA for e0eef6e
assets/plugin-styles.txt.css
@@ -104,7 +104,6 @@
104
text-transform: uppercase;
105
letter-spacing: 0.06em;
106
font-weight: 600;
107
- color: var(--site-name-color);
108
font-size: var(--site-name-size);
109
font-weight: var(--site-name-weight);
110
z-index: 1;
@@ -114,6 +113,9 @@
114
113
display: flex;
115
justify-content: flex-start;
116
align-items: center;
+ background: #fff;
117
+ border-radius: 12px;
118
+ padding: 8px 12px;
119
}
120
.sidebar-section-header-brand > span {
121
display: block;
@@ -126,6 +128,7 @@
126
128
height: 24px;
127
129
object-fit: contain;
130
131
+
132
.theme-light .sidebar-section-header-brand-logo {
133
/* filter: invert(1); */
134
0 commit comments