Compare commits
No commits in common. "36b2f46a96da518d54582441a3267c8c0f8dae42" and "ebaf48438c7760653d75de205e4b38ea2d2f8872" have entirely different histories.
36b2f46a96
...
ebaf48438c
@ -7,6 +7,13 @@ body {
|
|||||||
|
|
||||||
.cover-container { max-width: 42em; }
|
.cover-container { max-width: 42em; }
|
||||||
|
|
||||||
|
.btn-light,
|
||||||
|
.btn-light:hover,
|
||||||
|
.btn-light:focus {
|
||||||
|
color: #333;
|
||||||
|
text-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-masthead .nav-link {
|
.nav-masthead .nav-link {
|
||||||
color: rgba(255, 255, 255, .5);
|
color: rgba(255, 255, 255, .5);
|
||||||
border-bottom: .25rem solid transparent;
|
border-bottom: .25rem solid transparent;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>🗃️ Загрузчик файлов</title>
|
<title>♥️</title>
|
||||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
<script type="text/javascript" src="app.js"></script>
|
<script type="text/javascript" src="app.js"></script>
|
||||||
<meta name="theme-color" content="#712cf9">
|
<meta name="theme-color" content="#712cf9">
|
||||||
|
Loading…
Reference in New Issue
Block a user