Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
docs: update gh pages theme style
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozyMasta committed Mar 13, 2024
1 parent 0ab340d commit 4c84186
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dayz-all-shutdown 360
[ua 🇺🇦]: docs/README.ua.md
[rus 🇷🇺]: docs/README.ru.md
[cz 🇨🇿]: docs/README.cz.md
[logo]: logo.png
[logo]: assets/logo.png

[Linux]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon> "Linux x86 gcc binary"
[Windows]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon.exe> "Windows exe file"
Expand Down
28 changes: 28 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
--- --- @import "{{ site.theme }}";

#header nav {
max-width: 900px;
}

.wrapper {
max-width: 900px;
}

section {
max-width: 100%;
}

#header nav ul li a {
color: white;
border: 1px solid #91700b;
background: linear-gradient(#bdbb20, #9e7410);
background-color: #bdac20;
line-height: 8px;
font-weight: bold;
}

#header nav ul li a:hover {
background: linear-gradient(#91773a, #7f580e);
background-color: #9b852f;
border: 1px solid #9b9351;
}
Binary file added assets/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/README.cz.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dayz-all-shutdown 360
[ua 🇺🇦]: README.ua.md
[rus 🇷🇺]: README.ru.md
[cz 🇨🇿]: README.cz.md
[logo]: ../logo.png
[logo]: ../assets/logo.png

[Linux]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon> "Linux x86 gcc binary"
[Windows]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon.exe> "Windows exe soubor"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ dayz-all-shutdown 360
[ua 🇺🇦]: README.ua.md
[rus 🇷🇺]: README.ru.md
[cz 🇨🇿]: README.cz.md
[logo]: ../logo.png
[logo]: ../assets/logo.png

[Linux]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon> "Linux x86 gcc binary"
[Windows]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon.exe> "Windows exe файл"
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ dayz-all-shutdown 360
[ua 🇺🇦]: README.ua.md
[rus 🇷🇺]: README.ru.md
[cz 🇨🇿]: README.cz.md
[logo]: ../logo.png
[logo]: ../assets/logo.png

[Linux]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon> "Linux x86 gcc бінарник"
[Windows]: <https://github.com/WoozyMasta/bercon/releases/latest/download/bercon.exe> "Windows exe файл"
Expand Down

0 comments on commit 4c84186

Please sign in to comment.