diff --git a/_layouts/policy.html b/_layouts/policy.html index 6e037b5..86691ee 100644 --- a/_layouts/policy.html +++ b/_layouts/policy.html @@ -1,44 +1,44 @@ - - - - - - - - - - - - - - - - CM-SS13 Rules + + + + + + + + + + + + + + + CM-SS13 Rules - - - + + -
-
-
-
-

{{ page.title }}

-
-
- Logo -
-
-
- {{ content }} -
-
-
- \ No newline at end of file +
+
+
+
+

{{ page.title }}

+
+
+ Logo +
+
+
+ {{ content }} +
+
+
+ diff --git a/assets/rules-stylesheet.css b/assets/rules-stylesheet.css index e4533f2..527cebe 100644 --- a/assets/rules-stylesheet.css +++ b/assets/rules-stylesheet.css @@ -6,11 +6,12 @@ body { } body { - background: linear-gradient(-45deg, #000000, #141619, #1a1f25, #1c2229); - background-size: 400% 400%; - animation: gradient 15s ease infinite; + background-image: radial-gradient(#587DA2 1px, transparent 1px), radial-gradient(#587DA2 1px, #000000 1px); + background-size: 40px 40px; + background-position: 0 0,20px 20px; } + @keyframes gradient { 0% { background-position: 0% 50%; @@ -48,4 +49,4 @@ hr { border: 0; background: #fff; height: 1px; -} \ No newline at end of file +}