From 41be895ae9b7659b96cfe12fc5f0fae236e44869 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 29 Jun 2023 22:42:11 +0000 Subject: [PATCH] Updated OS icons --- src/apps/account/templates/profile.html | 4 +- src/apps/fossdb/templates/detailed_view.html | 92 ++++++++++++------- src/apps/fossdb/templates/search.html | 4 +- .../static_src/src/styles.css | 2 +- src/apps/tokyonight_night/templates/base.html | 5 +- 5 files changed, 67 insertions(+), 40 deletions(-) diff --git a/src/apps/account/templates/profile.html b/src/apps/account/templates/profile.html index d553a5f..f825d88 100644 --- a/src/apps/account/templates/profile.html +++ b/src/apps/account/templates/profile.html @@ -18,9 +18,9 @@
-

{{ project.name }}

+

{{ project.name }}

-

{{ project.description|slice:500 }}

+

{{ project.description|slice:500 }}

{% empty %}

No projects yet.

diff --git a/src/apps/fossdb/templates/detailed_view.html b/src/apps/fossdb/templates/detailed_view.html index e045350..69e34a0 100644 --- a/src/apps/fossdb/templates/detailed_view.html +++ b/src/apps/fossdb/templates/detailed_view.html @@ -13,38 +13,66 @@
- - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/src/apps/fossdb/templates/search.html b/src/apps/fossdb/templates/search.html index 8f0f7e0..0459ac4 100644 --- a/src/apps/fossdb/templates/search.html +++ b/src/apps/fossdb/templates/search.html @@ -10,9 +10,9 @@
-

{{ project.name }}

+

{{ project.name }}

-

{{ project.description|slice:500 }}

+

{{ project.description|slice:500 }}

{% empty %}

No projects yet.

diff --git a/src/apps/tokyonight_night/static_src/src/styles.css b/src/apps/tokyonight_night/static_src/src/styles.css index 10a00d0..a23148b 100644 --- a/src/apps/tokyonight_night/static_src/src/styles.css +++ b/src/apps/tokyonight_night/static_src/src/styles.css @@ -38,7 +38,7 @@ body { } .button { - @apply font-abel px-12 py-2 border rounded-md transform ease-linear duration-100 hover:bg-opacity-60; + @apply font-condensed text-xl px-12 py-2 border rounded-md transform ease-linear duration-100 hover:bg-opacity-60; } .submit-button-disabled { diff --git a/src/apps/tokyonight_night/templates/base.html b/src/apps/tokyonight_night/templates/base.html index df989cb..a3f0a1f 100644 --- a/src/apps/tokyonight_night/templates/base.html +++ b/src/apps/tokyonight_night/templates/base.html @@ -27,7 +27,7 @@
-
+
FOSSDB is a passion project of @kristoferssolo and a dedicated community of reporters. + target="_blank">@kristoferssolo.

-

This site uses data from GitHub as well as data...

This site has no affiliation with GitHub or any other hosting platform.