added file header
authorEduardo <[email protected]>
Sat, 2 Dec 2023 15:57:36 +0000 (16:57 +0100)
committerEduardo <[email protected]>
Sat, 2 Dec 2023 15:57:36 +0000 (16:57 +0100)
src/assets/css/style.css

index aac818d0c052983acb386a9cc9ef97ea5c9f2f25..4727fcefec72e13e5acf0206749944880cb62175 100644 (file)
@@ -1,3 +1,19 @@
+/*____::::::::::_:::::::::__:::____:::_::::::::::_:::::::::__::::::::::_:::::::::_____::::::::::_::::::::_
+_____:+:________:+:____:+:_:+:____:+:_:+:________:+:____:+:_:+:_____________:+:______:+:_______:+:____:+:_
+____+:+________+:+____+:+_+:+____+:+_+:+________+:+____+:+_+:+____________+:+_______+:+_______+:+_________
+___+#++:++#___+#+____+:+_+#+____+:+_:#::+::#___+#+____+:+_+#++:++#______+#+________+#++:++#__+#++:++#++___
+__+#+________+#+____+#+_+#+____+#+_+#+________+#+____+#+_+#+__________+#+_________+#+______________+#+____
+_#+#________#+#____#+#_#+#____#+#_#+#________#+#____#+#_#+#_________#+#______#+#_#+#_______#+#____#+#_____
+##########_#########___########__###________#########__##########_#########_###_##########_########_____*/
+
+/*
+    @author Eduardo Fernandez <yo(at)edufdez.es>
+    @url https://edufdez.es
+    @license All Rights Reserved.
+    @created 2023-11-25
+    @modified 2023-12-02
+*/
+
 @font-face {
   font-family: "BAHNSCHRIFT";
   src: url("../fonts/BAHNSCHRIFT.TTF");
@@ -44,8 +60,8 @@ body {
   text-decoration: line-through;
 }
 
-.underline {
-  text-decoration: underline;
+.underlined {
+  text-decoration: underline !important;
 }
 
 .center {
@@ -70,6 +86,10 @@ body {
   color: inherit;
 }
 
+.little-text {
+  font-size: small;
+}
+
 .larger-text {
   font-size: larger;
 }