login screen light modus
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<link rel="stylesheet" href="../../font/roboto-mono/include_500.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="light">
|
||||
<header></header>
|
||||
|
||||
<main>
|
||||
@@ -27,7 +27,7 @@
|
||||
<span id="password-visibility" class="hidden"></span>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="transparent" id="submit-login"></button>
|
||||
<button type="submit" class="transparent" id="submit"></button>
|
||||
</div>
|
||||
<div id="alert" class="hidden">
|
||||
Das Passwort kennen wir hier nicht.
|
||||
@@ -38,8 +38,8 @@
|
||||
|
||||
<footer>
|
||||
<ul class="link-list">
|
||||
<li class="link-list__item">Forum: <a href="https://gtav.log.ac">gtav.log.ac</a></li>
|
||||
<li class="link-list__item">TeamSpeak: <a href="https://gtav.log.ac">ts.log.ac</a></li>
|
||||
<li class="link-list__item">Forum: <a href="#">gtav.log.ac</a></li>
|
||||
<li class="link-list__item">TeamSpeak: <a href="#">ts.log.ac</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="../../font/roboto-mono/include_500.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="light">
|
||||
<header></header>
|
||||
|
||||
<main>
|
||||
@@ -32,7 +32,7 @@
|
||||
<span id="password-visibility" class="hidden"></span>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="transparent" id="submit-register"></button>
|
||||
<button type="submit" class="transparent" id="submit"></button>
|
||||
</div>
|
||||
<div id="alert" class="hidden">
|
||||
Das Passwort kennen wir hier nicht.
|
||||
@@ -43,8 +43,8 @@
|
||||
|
||||
<footer>
|
||||
<ul class="link-list">
|
||||
<li class="link-list__item">Forum: <a href="https://gtav.log.ac">gtav.log.ac</a></li>
|
||||
<li class="link-list__item">TeamSpeak: <a href="https://gtav.log.ac">ts.log.ac</a></li>
|
||||
<li class="link-list__item">Forum: <a href="#">gtav.log.ac</a></li>
|
||||
<li class="link-list__item">TeamSpeak: <a href="#">ts.log.ac</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user