style: add border-bottom & border-radius

This commit is contained in:
john-emerson14
2020-03-21 18:01:58 -03:00
parent 081aebf4c6
commit 6130269f35

View File

@@ -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%;