Skip to content

Commit

Permalink
Removed underline in github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
msr8 committed Jun 22, 2023
1 parent 2d1d139 commit 5a51716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/docs_main.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import time as t
import random as r

import json


class TicTacToe:
def __init__(self, turn, cache:dict={}):
Expand Down
5 changes: 4 additions & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ html {
border-bottom-width: 0px;
border-right-width: 0px;
border-bottom-right-radius: 0px;
}
}

/* Remove underlines in links (ie the github icon) */
a {text-decoration: none; color:var(--fg-color);}

0 comments on commit 5a51716

Please sign in to comment.