Skip to content

Commit

Permalink
Update terms.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <[email protected]>
  • Loading branch information
burnt-exe authored Aug 24, 2024
1 parent 199a1ed commit f02cd25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
border-radius: 8px;
}
h1, h2 {
color: #0f62fe;
color: #fff;
}
p, ul {
margin: 15px 0;
Expand All @@ -46,11 +46,11 @@
<title>Document</title>
</head>
<body>
<div class="bx--grid" style="height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #1a1a1a;">
<div class="bx--grid" style="height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #000000;">
<div class="bx--row">
<div class="bx--col-lg-12">
<header class="bx--header" style="text-align: center;">
<h1 style="color: white;">Terms Of Service</h1>
<h1 style="color: black;">Terms Of Service</h1>
</header>
</div>
</div>
Expand Down

0 comments on commit f02cd25

Please sign in to comment.