style updates
This commit is contained in:
+4
-4
@@ -29,7 +29,7 @@
|
|||||||
key: 'g',
|
key: 'g',
|
||||||
url: 'https://github.com',
|
url: 'https://github.com',
|
||||||
search: '/search?q={}',
|
search: '/search?q={}',
|
||||||
color: 'linear-gradient(135deg, #6e5494, #7e64a4)',
|
color: 'linear-gradient(135deg, #9cdaf1, #7dbbe6)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
category: 'Work',
|
category: 'Work',
|
||||||
@@ -376,7 +376,7 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.125rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -393,7 +393,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion {
|
.search-suggestion {
|
||||||
padding: 0.75rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -401,7 +401,7 @@
|
|||||||
|
|
||||||
.search-suggestion.highlight {
|
.search-suggestion.highlight {
|
||||||
background: var(--searchForeground);
|
background: var(--searchForeground);
|
||||||
color: var(--background);
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion b {
|
.search-suggestion b {
|
||||||
|
|||||||
Reference in New Issue
Block a user