diff --git a/ai.txt b/ai.txt new file mode 100644 index 0000000..db38b09 --- /dev/null +++ b/ai.txt @@ -0,0 +1,3 @@ + User-Agent: * +Disallow: / +Disallow: * diff --git a/css/global/styling/global-styling.css b/css/global/styling/global-styling.css index 9eb7eaa..c5a0d87 100644 --- a/css/global/styling/global-styling.css +++ b/css/global/styling/global-styling.css @@ -124,7 +124,7 @@ button:hover, .button:hover { transition: padding-bottom 0.15s; transition: padding-top 0.15s;} -input[type=text] { +input[type=text], input[type=password] { font-family: 'special elite'; border: 0; border-radius: var(--input-border-radius); @@ -132,9 +132,9 @@ input[type=text] { transition: background-color 0.1s; transition: border-bottom 0.1s;} - input[type=text]:focus { outline: 0; } + input[type=text]:focus, input[type=password]:focus { outline: 0; } - input[type=text]:hover { + input[type=text]:hover, input[type=password]:hover { border-bottom: 2px solid var(--input-highlight); background-color: var(--input-background-hover); transition: background-color 0.1s;} diff --git a/main_en.html b/main_en.html new file mode 100644 index 0000000..90b7075 --- /dev/null +++ b/main_en.html @@ -0,0 +1,10 @@ + + +
+ + +