Skip to content

Commit

Permalink
Update skeleton-auto.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed May 11, 2023
1 parent 9cbd6ed commit 951aa76
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions skeleton-auto.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,6 @@

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
font-size: 100%; }

body {
font-size: 18px;
line-height: 24px;
font-weight: 400;
color: white;
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(https://raw.githubusercontent.com/LinkStackOrg/Aurora/main/aurora.jpg)) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1 {
Expand Down

0 comments on commit 951aa76

Please sign in to comment.