Skip to content

Commit

Permalink
馃拕 add some basic styling
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 25, 2024
1 parent b07af27 commit 08180f5
Show file tree
Hide file tree
Showing 14 changed files with 15,617 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/themes/apus/views/next-session-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

.next-session {
border: 1px solid #007e89;
border-radius: 5px;
}
5 changes: 5 additions & 0 deletions frontend/themes/apus/views/next-sessions-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#next-sessions {
background-color: #1aa3b1;
border-radius: 5px;
}
5 changes: 5 additions & 0 deletions frontend/themes/apus/views/running-session-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

.running-session {
border: 1px solid #007e89;
border-radius: 5px;
}
5 changes: 5 additions & 0 deletions frontend/themes/apus/views/running-sessions-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#running-sessions {
background-color: #21ccdd;
border-radius: 5px;
}
4 changes: 4 additions & 0 deletions frontend/themes/apus/views/social-wall.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
:root {
font-family: Arial, Helvetica, sans-serif;
}

#social-wall {
background-color: #007e89;
}
Loading

0 comments on commit 08180f5

Please sign in to comment.