Compare commits
No commits in common. "1a92f56f25360c8fdd4bbeb10e1a375f7361bb0a" and "d6ca5587243647903fd26700e6cfda60801f49b2" have entirely different histories.
1a92f56f25
...
d6ca558724
@ -1,24 +0,0 @@
|
|||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
end_of_line = lf
|
|
||||||
charset = utf-8
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
insert_final_newline = true
|
|
||||||
|
|
||||||
[*.js]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[{*.html,*.css,*.json}]
|
|
||||||
indent_style = spaces
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[humans.txt]
|
|
||||||
indent_style = tab
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = false
|
|
0
docs/.nojekyll
Normal file
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 730 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 898 KiB After Width: | Height: | Size: 898 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@ -19,7 +19,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<p class="tools">
|
<p class="tools">
|
||||||
<a href="//twitter.com/turn0around"><i class="fab fa-twitter"></i></a>
|
<a href="//twitter.com/turn0around"><i class="fab fa-twitter"></i></a>
|
||||||
| <a href="/r"><i class="fas fa-language"></i></a>
|
<a href="//discord.gg/pqsu6FsHSe"><i class="fab fa-discord"></i></a>
|
||||||
|
<!-- <a href=""><i class="fab fa-youtube"></i></a> -->
|
||||||
|
| <a href="/ru/"><i class="fas fa-language"></i></a>
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
@ -9,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
*::selection {
|
*::selection {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #ff96a6;
|
background-color: #ff96a6;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|