mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 09:33:30 -08:00
update to work with DB main
This commit is contained in:
@@ -70,6 +70,11 @@ a.navbar-burger:hover {
|
||||
}
|
||||
}
|
||||
|
||||
#app hr {
|
||||
background-color: rgb(90, 125, 143);
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.is-font-title {
|
||||
font-family: 'Helvetica', Verdana, Arial, sans-serif;
|
||||
font-size: 20px;
|
||||
@@ -209,7 +214,7 @@ a.navbar-burger:hover {
|
||||
}
|
||||
|
||||
.content-section tbody {
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid rgb(61, 87, 100);
|
||||
}
|
||||
|
||||
.content-section td {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<div class="content-section">
|
||||
<br>
|
||||
<br>
|
||||
<h1>Error 404</h1>
|
||||
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
|
||||
<h1>Error 404</h1>
|
||||
|
||||
<p>The requested resource <?= $_SERVER['REQUEST_URI']; ?> was not found on the server.</p>
|
||||
</div>
|
||||
@@ -39,17 +39,23 @@
|
||||
</div>
|
||||
|
||||
<div class="navbar-end">
|
||||
@if (env('APP_REPOSITORY'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_PACKAGE') }}?style=flat"/>
|
||||
<img src="https://img.shields.io/github/stars/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if (env('APP_REPOSITORY'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/github/stars/{{ env('APP_PACKAGE') }}?style=flat"/>
|
||||
<img src="https://img.shields.io/github/forks/{{ env('APP_REPOSITORY') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if (env('APP_NPMPACKAGENAME'))
|
||||
<div class="navbar-item">
|
||||
<img src="https://img.shields.io/npm/dt/{{ env('APP_NPMPACKAGENAME') }}?style=flat"/>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user