Skip to content

Commit

Permalink
Update mymain.css
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz authored Jun 17, 2024
1 parent cd0a839 commit e02a32e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/mymain.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ html, body, #hook { height: 100%; width: 100%; }
.def .sem:nth-child(13):before { content: "; ⓭"; font-size: 1.2em; }
.def .sem:nth-child(14):before { content: "; ⓮"; font-size: 1.2em; }
.def .sem:nth-child(15):before { content: "; ⓯"; font-size: 1.2em; }
.def .sem:last-child:after { content: "."; font-size: 1.2em; }


.exe:nth-child(1):before { content: ", ex: "; font-size: .9em; }

Expand All @@ -88,6 +90,7 @@ def:nth-child(7):before { content: "; ⑦"; font-size: 1.5em; }
def:nth-child(8):before { content: "; ⑧"; font-size: 1.5em; }
def:nth-child(9):before { content: "; ⑨"; font-size: 1.5em; }
def:nth-child(10):before { content: "; ⑩"; font-size: 1.5em; }
def:last-child:after { content: "."; font-size: 1.5em; }
*/

/*******************************************/
Expand Down

0 comments on commit e02a32e

Please sign in to comment.