Skip to content

Commit

Permalink
Fix: Try to fix my-course page
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Oct 30, 2023
1 parent 6ea8462 commit 37cbfdc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ You can choose one of the following licenses.
- Volta
- Webpack

And elegant poem.

## Special Thanks

Expand Down
6 changes: 6 additions & 0 deletions src/styles/moodle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
.form-control {
@extend .bg-base;
}

/* マイコース */
.course-info-container,
.card.dashboard-card {
@extend .bg-neutral;
}
}

[data-gaming_gundai_dark="true"]:not([data-gaming_gundai="true"]) {
Expand Down
5 changes: 5 additions & 0 deletions src/utils/loadGamingWebsite.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 私はなぜこんなものを作っているのだろうかと、いつも思う。
// きっと、自分以外にも、仕事の意味を見失って、それでもどうしようもなくて働いている人がたくさんいる。
// でも、ウェブサイトを虹色にするだけの、なんの利益もないソフトウェアでも
// ごく数人が笑ってくれれば、それでいいのかもしれない。

import { UnivWebsite } from "../class/UnivWebsite";

// ウィンドウが読み込まれたらGundaiWebsiteのEnableRainbowを実行する
Expand Down

0 comments on commit 37cbfdc

Please sign in to comment.