Skip to content

Commit

Permalink
Добавляет забытое
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Oct 28, 2023
1 parent f126674 commit 32448c4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions a11y/aria-live/demos/assertive-more-important/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto@300;400&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap">
<style>
*,
*::before,
Expand All @@ -18,7 +18,7 @@

html {
color-scheme: dark;
font-size: 20px;
font-size: 18px;
}

body {
Expand Down Expand Up @@ -57,7 +57,7 @@
}

#content > p {
font-size: 1rem;
font-size: 1.25rem;
color: #F498AD;
padding-top: 20px;
}
Expand All @@ -71,14 +71,13 @@
}

button {
margin: 8px;
display: block;
min-width: 160px;
min-width: 210px;
border: 2px solid transparent;
border-radius: 6px;
padding: 9px 15px;
color: #000000;
font-size: 1.125rem;
font-size: 1rem;
font-weight: 300;
font-family: inherit;
transition: background-color 0.2s linear;
Expand Down

0 comments on commit 32448c4

Please sign in to comment.