Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov 36b2f46a96
change <title> 2023-07-09 12:29:06 +03:00
Alexander Popov 058f37bd55
remove button styles 2023-07-09 12:27:39 +03:00
2 changed files with 1 additions and 8 deletions

View File

@ -7,13 +7,6 @@ body {
.cover-container { max-width: 42em; }
.btn-light,
.btn-light:hover,
.btn-light:focus {
color: #333;
text-shadow: none;
}
.nav-masthead .nav-link {
color: rgba(255, 255, 255, .5);
border-bottom: .25rem solid transparent;

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>♥️</title>
<title>🗃️ Загрузчик файлов</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script type="text/javascript" src="app.js"></script>
<meta name="theme-color" content="#712cf9">