Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jan 30, 2024
2 parents 2952403 + 5ea72b6 commit 0ee64bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ on:
repository_dispatch:

jobs:
trigger-site-repo-workflow:
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
steps:
- run: gh workflow run main.yml --ref master --repo haxeflixel/haxeflixel.com
env:
GH_TOKEN: ${{ github.token }}
build:
runs-on: ubuntu-latest
steps:
Expand Down
13 changes: 12 additions & 1 deletion api/dox/theme/resources/extra-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ body .dark-theme {
background-color: #111111;
}



nav a {
font-family: 'Ubuntu', sans-serif;
padding-top: 14px !important;
Expand All @@ -20,6 +22,15 @@ nav a {
height: 50px;
}

.nav-list li i.fa {
height: 16px;
width: 16px;
color: rgb(200, 200, 200);
font-weight: normal;
font-size: 16px;
padding-right: 5px;
}

.navbar img { /* hack for logo positioning */
margin-top: -4px;
margin-left: 15px;
Expand Down Expand Up @@ -246,4 +257,4 @@ footer:before {
border-width: 1px;
margin-left: 10px;
margin-bottom: -4px;
}
}

0 comments on commit 0ee64bb

Please # to comment.