mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-17 06:56:04 +01:00
style: add border-bottom & border-radius
This commit is contained in:
@@ -42,6 +42,7 @@ body {
|
|||||||
color: var(--bgColor);
|
color: var(--bgColor);
|
||||||
background-color: var(--accentColor);
|
background-color: var(--accentColor);
|
||||||
border: solid var(--accentColor) 2px;
|
border: solid var(--accentColor) 2px;
|
||||||
|
border-radius: 10px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -60,6 +61,7 @@ body {
|
|||||||
#profileQuote {
|
#profileQuote {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
margin-bottom: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: var(--font);
|
font-family: var(--font);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user