Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAundre authored Jan 24, 2024
1 parent 420e846 commit b7a5b53
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<head>
<meta charset="UTF-8">
<title>∙ DarkerMode | Landing Page</title>
<link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/ItsAundre/DarkerMode/main/style.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Poppins">
<link rel="stylesheet" href="https://raw.githubusercontent.com/ItsAundre/DarkerMode/main/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins">
</head>
<body>
<div class="topFooter" id="topFooter">
<div class="homeButton" id="homeButton">
DarkerMode
</div>
<div class="termsOfUse" id="termsOfUse">
Policy
Terms of Use
</div>
</div>
<div class="appContainer" id="appContainer">
Expand Down
14 changes: 8 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,18 @@ body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
align-content: center;
}

.homeButton {
margin: 2px;
padding-left: 2.5px;
padding-right: 2.5px;
padding-top: 1.25px;
padding-bottom: 1.25px;
left: 2.5%;
position: inherit;
display: inherit;
position: relative;
display: block;
border-radius: 1px;
width: fit-content;
color: white;
Expand All @@ -50,13 +52,13 @@ body {
}

.termsOfUse {
margin: 2px;
padding-left: 2.5px;
padding-right: 2.5px;
padding-top: 1.25px;
padding-bottom: 1.25px;
left: 2.5%;
position: inherit;
display: inherit;
position: relative;
display: block;
border-radius: 1px;
width: fit-content;
color: white;
Expand Down

0 comments on commit b7a5b53

Please sign in to comment.