mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +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">
|
<body id="public">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>krt.mn</h1>
|
<h1><a href="/admin">krt.mn</a></h1>
|
||||||
</header>
|
</header>
|
||||||
<article role="main">
|
<article role="main">
|
||||||
<?php foreach( $items['links'] as $item ) { ?>
|
<?php foreach( $items['links'] as $item ) { ?>
|
||||||
|
@ -510,13 +510,15 @@ body#public {
|
|||||||
padding: 5%;
|
padding: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#public h1 {
|
#public h1,
|
||||||
|
#public h1 a {
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
color: #a8b5b9;
|
color: #a8b5b9;
|
||||||
text-shadow: 0 -1px 0 #2f393b;
|
text-shadow: 0 -1px 0 #2f393b;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
#public header h1 {
|
#public header h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user