Koniec... na teraz
This commit is contained in:
@@ -21,7 +21,7 @@ a:hover {
|
||||
|
||||
|
||||
/* Tytułowe */
|
||||
#tytul {
|
||||
#ekrantytulowy {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@@ -40,12 +40,12 @@ a:hover {
|
||||
);
|
||||
}
|
||||
|
||||
#tytul div h1 {
|
||||
#ekrantytulowy div h1 {
|
||||
font-size: 96pt !important;
|
||||
margin-top: 13rem;
|
||||
}
|
||||
|
||||
#tytul div button {
|
||||
#ekrantytulowy div button {
|
||||
position: relative;
|
||||
color: var(--colorText);
|
||||
text-shadow: 1px 1px 2px var(--colorBase), 0 0 1px var(--colorBase), 0 0 0.2px var(--colorBase);
|
||||
@@ -220,6 +220,7 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
#gra aside {
|
||||
display: none;
|
||||
border-radius: .3rem;
|
||||
background: var(--colorBase);
|
||||
position: fixed;
|
||||
@@ -244,8 +245,12 @@ input[type="number"] {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#gra td {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#gra button {
|
||||
width: 3rem;
|
||||
width: 3.5rem;
|
||||
height: 5rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user