Browse Source

fix colours

main
Christoph Marzell 1 month ago
parent
commit
74bd1c009b
  1. 4
      app/views/layouts/application.html.erb

4
app/views/layouts/application.html.erb

@ -133,6 +133,10 @@
box-shadow: inset 0 0 0 2px #0d6efd; box-shadow: inset 0 0 0 2px #0d6efd;
} }
.day-cell.outside-month {
background: #f8f9fa;
opacity: 0.6;
}
</style> </style>
<script> <script>

Loading…
Cancel
Save