]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/update
misc: cleanup some unimaas and cadscan related things
[dotfiles.git] / dwb / userstyles / update
index 79b1abcb9f04f597eca4b19cb2a2de921f7afaab..27e874dbc13051bebf85e38a98f67e28b45669ce 100755 (executable)
@@ -6,7 +6,7 @@ declare -A sites
 
 sites[github.com.css]="https://github.com/StylishThemes/GitHub-Dark/raw/master/github-dark.css"
 sites[wikipedia.org.css]="https://github.com/StylishThemes/Wikipedia-Dark/raw/master/wikipedia-dark.css"
-sites[stackoverflow.org.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css"
+sites[stackoverflow.com.css]="https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.css"
 
 for file in "${!sites[@]}"; do
     wget "${sites[$file]}" -O "$DIR/$file"