mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
small index html/css changes
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
:root {
|
||||||
|
color-scheme: dark;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #252525;
|
background-color: #252525;
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
@@ -44,7 +48,7 @@ nav ul {
|
|||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
justify-content: left;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li {
|
nav ul li {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Web Client</title>
|
<title>Web Client</title>
|
||||||
<link rel="stylesheet" href="/static/css/styles.css" />
|
<link rel="stylesheet" href="/static/css/index.css" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://unpkg.com/tabulator-tables/dist/css/tabulator_site_dark.min.css"
|
href="https://unpkg.com/tabulator-tables/dist/css/tabulator_site_dark.min.css"
|
||||||
@@ -29,7 +29,8 @@
|
|||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/">IFC Data</a></li>
|
<li><a href="/" class="active">IFC Data</a></li>
|
||||||
|
<li><a href="/gantt">Gantt</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="bottom-bar"></div>
|
<div class="bottom-bar"></div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user