mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 01:03:28 +01:00
kinda hidden login link on public page
This commit is contained in:
parent
1331728e54
commit
de43cbecc5
@ -28,7 +28,7 @@ $items = yourls_api_stats( 'last', 1 );
|
||||
<body id="public">
|
||||
|
||||
<header>
|
||||
<h1>krt.mn</h1>
|
||||
<h1><a href="/admin">krt.mn</a></h1>
|
||||
</header>
|
||||
<article role="main">
|
||||
<?php foreach( $items['links'] as $item ) { ?>
|
||||
|
@ -510,13 +510,15 @@ body#public {
|
||||
padding: 5%;
|
||||
}
|
||||
|
||||
#public h1 {
|
||||
#public h1,
|
||||
#public h1 a {
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
margin-bottom: 0;
|
||||
line-height: 1em;
|
||||
color: #a8b5b9;
|
||||
text-shadow: 0 -1px 0 #2f393b;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#public header h1 {
|
||||
|
Loading…
Reference in New Issue
Block a user