Skip to content
  • This project
    • Loading...
  • Sign in

white / hcgtwo

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hcgtwo
  • ..
  • app
  • world.css
  • white's avatar
    first commit · a479feb5
    white committed 2022-03-10 09:48:56 +0800
    a479feb5
world.css 396 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
.world-map .country1 {
    -fx-fill: orange;
}

.world-map .country2 {
    -fx-fill: blue;
}

.world-map .country3 {
    -fx-fill: green;
}

.world-map .country4 {
    -fx-fill: blueviolet;
}

.world-map .country5 {
    -fx-fill: brown;
}

.world-map .country6 {
    -fx-fill: darkslategrey;
}

.world-map .country7 {
    -fx-fill: darkkhaki;
}

.world-map .country8 {
    -fx-fill: lightcoral;
}