diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-09-19 23:22:30 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-09-19 23:22:30 +0200 |
| commit | 67a6fe21f37f8644e7ef45028168b1e4932ac654 (patch) | |
| tree | 17be1e0312cf3dd0c845ac3e3a018dc2179c803e /tools/github-projects.py | |
| parent | 92a7ace69f9ec5c4542c5136fb8cf3426a3ae0fa (diff) | |
| download | mitjafelicijan.com-67a6fe21f37f8644e7ef45028168b1e4932ac654.tar.gz | |
Cleaned up theme
Diffstat (limited to 'tools/github-projects.py')
| -rw-r--r-- | tools/github-projects.py | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/github-projects.py b/tools/github-projects.py index ff890f6..bf3f9dc 100644 --- a/tools/github-projects.py +++ b/tools/github-projects.py | |||
| @@ -58,15 +58,15 @@ def generate_markdown_file(include_repositories): | |||
| 58 | file.write("</div>") | 58 | file.write("</div>") |
| 59 | file.write(DOUBLE_NL) | 59 | file.write(DOUBLE_NL) |
| 60 | 60 | ||
| 61 | file.write(DOUBLE_NL) | 61 | # file.write(DOUBLE_NL) |
| 62 | file.write("<style>\n") | 62 | # file.write("<style>\n") |
| 63 | file.write(".project-release table tr td:last-child { text-align: right; }\n") | 63 | # file.write(".project-release table tr td:last-child { text-align: right; }\n") |
| 64 | file.write(".project-release table tr th:last-child { text-align: right; }\n") | 64 | # file.write(".project-release table tr th:last-child { text-align: right; }\n") |
| 65 | file.write(".project-list ul { column-count: 3; column-gap: 3em; }\n") | 65 | # file.write(".project-list ul { column-count: 3; column-gap: 3em; }\n") |
| 66 | file.write(".github-link p { display: flex; align-items: center; gap: 0.3em; }\n") | 66 | # file.write(".github-link p { display: flex; align-items: center; gap: 0.3em; }\n") |
| 67 | file.write(".github-link p img { border: 0; padding: 0; height: 15px; }\n") | 67 | # file.write(".github-link p img { border: 0; padding: 0; height: 15px; }\n") |
| 68 | file.write("</style>") | 68 | # file.write("</style>") |
| 69 | file.write(DOUBLE_NL) | 69 | # file.write(DOUBLE_NL) |
| 70 | 70 | ||
| 71 | file.close() | 71 | file.close() |
| 72 | 72 | ||
