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