Skip to content

Commit

Permalink
Merge pull request #304 from markgcera/master
Browse files Browse the repository at this point in the history
Add citation
  • Loading branch information
markgcera authored Nov 26, 2023
2 parents b773f10 + 06f1271 commit 036aaad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/view/DarkTheme.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Some parts of solution below adapted from https://github.com/AY2122S1-CS2103T-F13-2/tp/blob/master/src/main/resources/view/DarkTheme.css */

.background {
-fx-background-color: derive(#CCCCCC, 20%);
background-color: #CCCCCC; /* Used in the default.html file */
Expand Down Expand Up @@ -375,6 +377,7 @@
-fx-background-color: #c6e2ec;
-fx-background-radius: 0 0 0 120;
}

.pane-with-border {
-fx-background-color: white;
-fx-effect: dropshadow(gaussian, rgba(0,0,0,0.8), 10, 0, 0, 0);
Expand Down

0 comments on commit 036aaad

Please sign in to comment.