Skip to content

Update style.css

Update style.css #46

Workflow file for this run

name: Django CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [ "3.12.1"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}