css clean up
This commit is contained in:
+8
-4
@@ -6,6 +6,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<title id="website_title"></title>
|
||||
<link rel="stylesheet" href="styles/main_style.css">
|
||||
<link rel="stylesheet" href="styles/sidebar_style.css">
|
||||
<link rel="stylesheet" href="styles/projects_style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -21,6 +23,12 @@
|
||||
|
||||
<div class="sidebar-bottom-margin">
|
||||
<div class="website-config">
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="themeToggle">
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
|
||||
|
||||
<div class="lang-dropdown" id="lang-dropdown">
|
||||
<button id="lang-button">Sprache</button>
|
||||
|
||||
@@ -30,10 +38,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label class="switch">
|
||||
<input type="checkbox" id="themeToggle">
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div id="sidebar-bottom">
|
||||
|
||||
Reference in New Issue
Block a user