Skip to content

Commit

Permalink
Rebuild demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Apr 9, 2024
1 parent 9c9ebb4 commit 86b50a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@




<main>
<div class="container text-center">

Expand Down
4 changes: 2 additions & 2 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ body {
.btn-primary {
background-color: var(--oc-blue-5) !important;
border-color: transparent !important;
color: var(--oc-gray-0);
color: var(--oc-gray-0) !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
background-color: var(--oc-blue-7) !important;
Expand All @@ -2105,7 +2105,7 @@ body {
.btn-secondary {
background-color: var(--oc-gray-4) !important;
border-color: transparent !important;
color: var(--oc-gray-0);
color: var(--oc-gray-0) !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
background-color: var(--oc-gray-6) !important;
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
</div>
</header>


<main class="my-4">
<div class="container px-5 py-3 bg-gray-2 rounded">
<h1 class="display-3">Nagymaros</h1>
Expand Down

0 comments on commit 86b50a5

Please sign in to comment.