Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Nov 21, 2023
1 parent 28da5ce commit 6642252
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
20 changes: 19 additions & 1 deletion docs-src/assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"Markup","short_name":"Markup","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#D2ECFF","background_color":"#D2ECFF","display":"standalone"}
{
"name": "Markup",
"short_name": "Markup",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#D2ECFF",
"background_color": "#D2ECFF",
"display": "standalone"
}
14 changes: 7 additions & 7 deletions docs-src/stylesheets/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ a {
justify-content: center;
align-items: center;
text-transform: capitalize;
background: #D2ECFF;
background: #d2ecff;
color: #000;
border-radius: 3px;
cursor: pointer;

&.outline {
background: none;
color: #D2ECFF;
border: 1px solid #D2ECFF;
color: #d2ecff;
border: 1px solid #d2ecff;
}
}

Expand Down Expand Up @@ -109,7 +109,7 @@ ul {
line-height: 130%;
}
}

.code-copy-btn {
all: unset;
padding: 5px 10px;
Expand All @@ -121,12 +121,12 @@ ul {
font-size: 0.8rem;
letter-spacing: 0.1rem;
cursor: pointer;

&:hover {
background: #92c5ee;
color: #222;
}

&.copied {
background: #b6fffe;
color: #222;
Expand Down Expand Up @@ -190,7 +190,7 @@ footer {
gap: 25px;
flex-wrap: wrap;
position: relative;

#footer-markup-logo {
position: absolute;
top: 60px;
Expand Down
10 changes: 6 additions & 4 deletions docs-src/stylesheets/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

@font-face {
font-family: 'Open Sans';
src: url('../assets/fonts/open-sans/OpenSans-Regular.ttf') format('truetype');
src: url('../assets/fonts/open-sans/OpenSans-Regular.ttf')
format('truetype');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Open Sans';
src: url('../assets/fonts/open-sans/OpenSans-Semibold.ttf') format('truetype');
src: url('../assets/fonts/open-sans/OpenSans-Semibold.ttf')
format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
Expand All @@ -34,13 +36,13 @@

@font-face {
font-family: 'Open Sans';
src:url('../assets/fonts/open-sans/OpenSans-ExtraBold.ttf') format('truetype');
src: url('../assets/fonts/open-sans/OpenSans-ExtraBold.ttf')
format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}


// Exo 2

@font-face {
Expand Down
2 changes: 1 addition & 1 deletion docs-src/stylesheets/documentation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
border-radius: 2px;
line-height: 130%;
}

.warning {
background: #f7e199;
color: #222;
Expand Down

0 comments on commit 6642252

Please sign in to comment.