diff --git a/templates/documentation.css b/templates/documentation.css index 159f6e6..27dc535 100644 --- a/templates/documentation.css +++ b/templates/documentation.css @@ -2,7 +2,7 @@ body{ background-color: rgb(255, 255, 255); } -#Überschrift{ +#header{ color: rgb(0, 0, 0); } @@ -19,7 +19,12 @@ body{ margin-bottom: 50px; } -#text_Infos1{ +#text_header{ + color: black; + font-size: 40px; +} + +#text{ text-align: center; color: black; background-color: gray; @@ -29,7 +34,3 @@ body{ border-radius: 10px; } -#Überschrift_Infos1{ - color: rgb(7, 253, 7); - text-shadow: 5px 3px rgb(114, 99, 99); -} \ No newline at end of file diff --git a/templates/documentation.html b/templates/documentation.html index d467aaa..5789d57 100644 --- a/templates/documentation.html +++ b/templates/documentation.html @@ -7,13 +7,12 @@ - Documentation -

 

index page | user and tag list

-
- Documentation + Documentation +

 

+

Documentation